Sort the word list by document count or term
[id(13), helpstring("method Sort")]
HRESULT Sort([in] long flags, [out, retval] VARIANT_BOOL * pVal);Use dtsSortAscending to specify ascending order. Otherwise the sort will be in descending order. Sort() only works with ListFieldValues and ListMatchingWords.
The following SortFlags are supported: dtsSortByWord, and dtsSortByDocCount.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|